home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Documents / PressReleases96 / 03March96 / ObjectiveFramework.txt < prev    next >
Text File  |  1996-03-10  |  8KB  |  175 lines

  1.  
  2.  
  3. PRESS RELEASE: TipTop Software Ships Objective-Framework Version 3.0
  4. ====================================================================
  5.  
  6. Bethesda, Maryland,  March 11, 1996.  TipTop Software is proud to announce
  7. that the Objective-Framework system, including Objective-Tcl(tm),
  8. Objective-Perl(tm), and Objective-Browser(tm) version 3.0 are now shipping.
  9.  
  10.   "This is the best product I have ever used on NEXTSTEP. We are in the
  11.    MCCA development business, and the Objective-Framework helps us get
  12.    the job done in more ways than can be described ..."
  13.      -- Hadar Pedhazur, Managing Director, Union Bank of Switzerland
  14.  
  15.   "Objective-Framework is one of the most exciting new technologies we've
  16.    seen.  Being able to create object-based software using any combination
  17.    of Objective-C, TCL, Perl, as well as other interpreted languages is a
  18.    major breakthrough.  We are very pleased to be able to include this
  19.    technology in our Web products.  Objective-Framework provides Netsurfer
  20.    with multiple scripting languages as well as the ability to run Web-based
  21.    applets written in a variety of programming languages."
  22.      -- Jeff Russell, President and CEO, Netsurfer, Inc.
  23.  
  24. The Objective-Framework system provides true language independence to the
  25. Objective-C (e.g., OpenStep) object model.  Objective-Framework provides
  26. a seamless integration of the Objective-C runtime system with other
  27. languages.  Objective-Framework not only breaks the barrier between
  28. interpreted and compiled code, but it also breaks the barrier between
  29. various programming languages!  Objective-Tcl and Objective-Perl are two
  30. languages currently available.
  31.  
  32. Some of the benefits of Objective-Framework include:
  33.  
  34.   - The Objective-Framework languages, Objective-Tcl and Objective-Perl,
  35.     provide a dynamic interactive interpretive environment.  You get
  36.     immediate feedback to all your programming actions in this environment,
  37.     so you can prototype and develop much more rapidly.  You can define
  38.     and redefine classes on-the-fly, at runtime.
  39.  
  40.   - You can seamlessly mix-and-match languages.  Thus you can use
  41.     Objective-Perl for heavy-duty text processing, use Objective-Tcl for
  42.     highly interactive (e.g., exploratory) programming, etc.  Classes can
  43.     have mixed implementation; certain methods can be implemented in
  44.     Objective-C, other methods can be implemented in Objective-Tcl, yet
  45.     some other methods can be implemented in Objective-Perl, etc.  It is
  46.     transparent and irrelevant to the sender of a message which language
  47.     implements the corresponding method---the method looks "native" to
  48.     the caller.
  49.  
  50.   - The Netkit(tm) Web client development environment supports Objective-Tcl
  51.     and Objective-Perl applets and applet bundles and this way enables
  52.     you to build powerful client-side web applications by leveraging the
  53.     OpenStep framework in the client.
  54.  
  55.   - The Objective-Framework runtime library can be linked with any
  56.     NEXTSTEP/OpenStep application to easily provide a high-level control
  57.     (scripting) languages.
  58.  
  59.   - Objective-Tcl and Objective-Perl are very useful for Enterprise
  60.     Object Framework (EOF) development, since this kind of development
  61.     consists of writing high-level glue code which is hard to write in a
  62.     low-level compiled language such as Objective-C, and easy to write in
  63.     high-level languages such as Tcl or Perl.
  64.  
  65.   - Objective-Tcl and Objective-Perl are ideally suited for regression
  66.     testing.
  67.  
  68. =======================================================================
  69. TipTop Software is also introducing version 3.0 of the Objective-Browser
  70. (OB) graphical runtime introspection and debugging tool.  The browser
  71. allows you to view live objects within a running application in many
  72. object-specific ways.  OB allows you to easily investigate the structure
  73. and methods of various objects and classes.  For example, methods, instance
  74. variables, and other object information can be viewed and edited during
  75. execution.
  76.  
  77. To a user, OB appears as a hierarchical browsing tool, similar to the file
  78. system browser.  Each node in the browser represents an object or some
  79. other piece of information (e.g., a method) with an arbitrary number of
  80. subnodes.  For example, when looking at an object, instance variables or
  81. methods appear as subnodes.
  82.  
  83. OB is extensible.  You can provide object-specific browser nodes and custom
  84. inspectors for any object in the system.  OB can be used from any application
  85. which is linked with the Objective-Tcl runtime---the browser is dynamically
  86. loaded when needed.
  87.  
  88.  
  89. Availability
  90. ============
  91.  
  92. The Objective-Framework system consisting of Objective-Tcl, Objective-Perl,
  93. and Objective-Browser, runs under NEXTSTEP 3.3 for Motorola, Intel, HP/PA,
  94. and SPARC architectures, and is available from TipTop Software directly.
  95. The package is available from:
  96.  
  97.          ftp://ftp.tiptop.com/pub/Objective/ObjSys.pkg.tar
  98.          ftp://ftp.stepwise.com/pub/Vendors/TipTop_Software/ObjSys.pkg.tar
  99.  
  100.          sum: 38130  2256
  101.          md5: 5f299aad2640eb1507605cffdcac262c
  102.  
  103. NOTE: The ObjSys package is distributed exclusively from ftp.stepwise.com
  104. and ftp.tiptop.com.  You may not redistribute the package.  E.g., you may
  105. not put it on an ftp server.
  106.  
  107. The quad-FAT compiled Perl 5.002 is available from:
  108.  
  109.          ftp://ftp.thoughtport.com/pub/next/lang/Perl.pkg.tar
  110.          ftp://ftp.tiptop.com/pub/Objective/Perl.pkg.tar
  111.          ftp://ftp.stepwise.com/pub/Vendors/TipTop_Software/Perl.pkg.tar
  112.  
  113. Tcl man pages are available from:
  114.  
  115.          ftp://ftp.tiptop.com/pub/Objective/TclMan.pkg.tar
  116.          ftp://ftp.stepwise.com/pub/Vendors/TipTop_Software/TclMan.pkg.tar
  117.  
  118. PDO/DOLE versions will be available soon.  If you are interested in a PDO
  119. version, please send us a note indicating which platforms you use.
  120.  
  121. TipTop Software is committed to OpenStep.  The Objective-Framework system
  122. will be released for Solaris/NEO, Windows-NT/OpenStep, and other OpenStep
  123. platforms as they become available.
  124.  
  125.  
  126. Licensing Terms and Pricing
  127. ===========================
  128.  
  129. The Objective-Tcl, Objective-Perl, and Objective-Browser components of
  130. Objective-Framework may be separately purchased.  30-day evaluation licenses
  131. are FREE.  To obtain FREE 30-day evaluation licenses for all the components
  132. send email to <registration@tiptop.com> with subject:
  133.  
  134.          request obj-framework eval license files
  135.  
  136. Objective-Tcl and Objective-Perl developer licenses are priced as follows:
  137. The first language is $199 per developer seat.  Additional languages are
  138. $99 per developer seat.  The price includes 30-day complimentary technical
  139. support.  Additional annual technical support can be purchased separately.
  140.  
  141. Runtime distribution licenses are required for end-user products which
  142. incorporate the Objective Framework language component functionality.
  143. For widely-distributed applications, i.e., shrinkwrap, shareware, and
  144. freeware, the cost is max(12*min($199,p),$40) for the first language,
  145. where p is the list price of the application.  Additional languages are
  146. 50% of that.  For all other (custom) applications, the cost is $2388 (i.e.,
  147. 12*$199) for the first language.  Additional languages are 50% of that.
  148. Unlimited runtime licenses are also available.
  149.  
  150. Objective-Browser is priced at $199.  Educational pricing is also available.
  151.  
  152.  
  153. Objective-Framework Mailing List
  154. ================================
  155.  
  156. To subscribe to the Objective-Framework mailing list, simply send a message
  157. with the word "subscribe" in the "Subject:" field to:
  158.  
  159.          objsys-l-request@tiptop.com
  160.  
  161. ===========================================================================
  162. For more information or to place an order contact TipTop Software:
  163.  
  164.          TipTop Software
  165.          Email: info@tiptop.com
  166.          URL:   http://www.tiptop.com
  167.          Tel:   +1 (301) 656-3837  (9am--5pm US EST, Mon--Fri)
  168.          Fax:   +1 (301) 656-8432
  169.          USPS:  PO Box 30681, Bethesda, MD 20824, USA
  170.  
  171. Visa/MasterCard/Amex accepted.
  172. ==========================================================================
  173. Copyright 1996, TipTop Software.  All rights reserved.
  174. Objective-Tcl, Objective-Perl, and Objective-Browser are trademarks of
  175. TipTop Software.  All other trademarks belong to their respective owners.